home *** CD-ROM | disk | FTP | other *** search
- -- background: 2749 from stack: in
- -- bmap block id: 3226
- -- flags: 0000
- -- background id: 0
- -- name: foo
- ----- HyperTalk script -----
- on openCard
- hide message box
- show menuBar
- pass openCard
- end openCard
-
- on newcard
- set lockscreen to true
- push card
- go to prev card
- put bg field "title-import" into import
- put bg field "title-export" into export
- put bg field "title-problem" into problem
- pop card
- put import into bg field "title-import"
- put export into bg field "title-export"
- put problem into bg field "title-problem"
-
- -- Add default text information
- put ", Version: " & return & "Operating System:" into bg field "title"
- put "Graphics:" & return & "Word Processing:" & return into bg field "Import"
- put "Graphics:" & return & "Word Processing:" & return into bg field "Export"
- set lockscreen to false
- end newcard
-
-
-
- -- part 21 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=6 right=57 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 16
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: title
-
-
- -- part 22 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=39 top=74 right=144 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 14
- -- style flags: 0
- -- line height: 17
- -- part name: Import
- ----- HyperTalk script -----
- on mouseUp
- get the clickLoc
- put 1 + ( (clickV()-((top of me)+1)) div (textHeight of me) ) into k
- -- ask k && line k of me
- if line k of me is not empty then
- -- get (textHeight of me * (k-1)) + ((top of me)+1)
- -- set top of cd btn hiliter to it
- -- set hilite of cd btn "hiliter" to true
- -- show cd btn "hiliter"
- get first word of line k of me
- if it = "•" then
- get second word of line k of me
- end if
- visual effect dissolve
- go to card it
- end if
- end mouseUp
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 3000
- -- rect: left=40 top=315 right=342 bottom=69
- -- title width / last selected line: 0
- -- icon id / first selected line: 30557 / 30557
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: first card
- ----- HyperTalk script -----
- on mouseUp
- go to card "Main Topics"
-
- end mouseUp
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=245 top=316 right=341 bottom=277
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left slow
- go to next card
- end mouseUp
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=213 top=316 right=341 bottom=245
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right slow
- go to prev card
- end mouseUp
-
-
- -- part 26 (field)
- -- low flags: 01
- -- high flags: 0004
- -- rect: left=0 top=54 right=73 bottom=143
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 13622
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: title-import
-
-
- -- part 28 (field)
- -- low flags: 01
- -- high flags: 0004
- -- rect: left=0 top=146 right=165 bottom=137
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 13622
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: title-export
-
-
- -- part 29 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=40 top=166 right=235 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 14
- -- style flags: 0
- -- line height: 17
- -- part name: Export
- ----- HyperTalk script -----
- on mouseUp
- get the clickLoc
- put 1 + ( (clickV()-((top of me)+1)) div (textHeight of me) ) into k
- -- ask k && line k of me
- if line k of me is not empty then
- -- get (textHeight of me * (k-1)) + ((top of me)+1)
- -- set top of cd btn hiliter to it
- -- set hilite of cd btn "hiliter" to true
- -- show cd btn "hiliter"
- get first word of line k of me
- if it = "•" then
- get second word of line k of me
- end if
- visual effect dissolve
- go to card it
- end if
- end mouseUp
-
-
- -- part 30 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=39 top=260 right=315 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 14
- -- style flags: 0
- -- line height: 17
- -- part name: Problems
- ----- HyperTalk script -----
- on mouseUp
- get the clickLoc
- put 1 + ( (clickV()-((top of me)+1)) div (textHeight of me) ) into k
- -- ask k && line k of me
- if line k of me is not empty then
- -- get (textHeight of me * (k-1)) + ((top of me)+1)
- -- set top of cd btn hiliter to it
- -- set hilite of cd btn "hiliter" to true
- -- show cd btn "hiliter"
- get first word of line k of me
- if it = "•" then
- get second word of line k of me
- end if
- visual effect dissolve
- go to card it
- end if
- end mouseUp
-
-
- -- part 31 (field)
- -- low flags: 01
- -- high flags: 0004
- -- rect: left=0 top=239 right=258 bottom=372
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 13622
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: title-problem
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=245 top=316 right=341 bottom=277
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left slow
- go to next card
- end mouseUp
-